home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19961006-19970104 / 000213_news@columbia.edu _Wed Nov 20 19:26:07 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.8.3/8.8.3) with ESMTP id TAA10984 for <kermit.misc@watsun.cc.columbia.edu>; Wed, 20 Nov 1996 19:26:07 -0500 (EST)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id TAA25670 for kermit.misc@watsun; Wed, 20 Nov 1996 19:26:06 -0500 (EST)
  4. Path: news.columbia.edu!panix!feed1.news.erols.com!howland.erols.net!news.mathworks.com!news.pbi.net!samba.rahul.net!rahul.net!a2i!dold.a2i!dold
  5. From: Clarence Dold <dold@rahul.net>
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Calling ZModem from UNIX C-Kermit 5A(190)
  8. Date: 21 Nov 1996 00:25:51 GMT
  9. Organization: a2i network Reply-To: dold@nojunk.rahul.net
  10. Lines: 23
  11. Message-ID: <5707if$mbn@samba.rahul.net>
  12. References: <56ttlb$o5@nw101.infi.net><56ttlb$o5@nw101.infi.net> <56v21k$msl@apakabar.cc.columbia.edu> <57067g$5tm@nw101.infi.net>
  13. NNTP-Posting-Host: foxtrot.rahul.net
  14. NNTP-Posting-User: dold
  15. X-Newsreader: TIN [version 1.2 PL2]
  16.  
  17. Kevin Ferlazzo (ferlazzo@richmond.infi.net) wrote:
  18.  
  19. : I want to use C-Kermit on my end to control the session and receive the data,
  20. : rather than write my own comm program.  Therefore, I need to run ZModem under
  21. : C-Kermit.
  22.  
  23. Oh, that!
  24. You don't need the 1988 version.  The newer version is fine, because the
  25. remote end will be dialing in to the UNIX box, and the rz will be occurring
  26. on /dev/tty.  The newer version doesn't allow a Unix user to initiate an
  27. outbound call, where the comm port/modem is on something other than /dev/tty.
  28.  
  29. What you need is the latest version of C-Kermit, with "set term auto on"
  30. and a protocol of zmodem.  That'll work just fine, calling the external
  31. program adjusted to suit my tastes with
  32. set proto zmodem {rz -y} {rz -a -y} {sz %s} {sz -a %s} {rz -y} {rz -a -y}
  33.  
  34. I don't remember why the simpler "set proto zmodem" didn't please me.
  35.  
  36. -- 
  37. ---
  38. Clarence A Dold - dold@nojunk.rahul.net
  39.                 - Pope Valley & Napa CA.